presentation
Class ListenRefresh
java.lang.Object
presentation.ListenRefresh
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class ListenRefresh
- extends java.lang.Object
- implements java.awt.event.ActionListener
Class ListenRefresh
Package presentation
Gestion des boutons Refresh
- Author:
- Hervé Le Fouler et Lionel Lasry
|
Constructor Summary |
ListenRefresh(javax.swing.JComboBox listeChampionnats)
Constructeur de ListenRefresh |
|
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent evt)
Méthode implémenté par ActionListener
On vide la liste des championnats
On relance la fonction remplirComboBox |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listeChampionnats
private javax.swing.JComboBox listeChampionnats
local
public java.util.Locale local
bundle
public java.util.ResourceBundle bundle
ListenRefresh
public ListenRefresh(javax.swing.JComboBox listeChampionnats)
- Constructeur de ListenRefresh
- Parameters:
JComboBox - listeChampionnats : La combobox des championnats
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Méthode implémenté par ActionListener
On vide la liste des championnats
On relance la fonction remplirComboBox
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
- Parameters:
ActionEvent - evt